projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e70b4c
)
Fix a compiler warning
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 19 Mar 2020 18:13:26 +0000
(14:13 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 19 Mar 2020 18:13:26 +0000
(14:13 -0400)
gtk/gtkcoloreditor.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcoloreditor.c
b/gtk/gtkcoloreditor.c
index 58baf5dd8bc696edeab3e1c8888b4f03180366c8..9fb73fa027cbfd7f4c69f8724e56f8eb4bf91bfe 100644
(file)
--- a/
gtk/gtkcoloreditor.c
+++ b/
gtk/gtkcoloreditor.c
@@
-199,7
+199,7
@@
popup_edit (GtkWidget *widget,
GtkWidget *focus;
gint position;
gint s, e;
- char *param;
+ c
onst c
har *param;
param = g_variant_get_string (parameters, NULL);